Platform Explorer / Nuxeo Platform LTS 2019 10.10

Extension point environment

Documentation

Extension point to contribute environement configuration

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.pictures.tiles.service.TilingConfigurationDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-imaging-tiling-10.10.jar /OSGI-INF/pictures-tiles-contrib.xml
    <extension point="environment" target="org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent">
        <environment>
          <parameters>
            <!-- Gimp path variables -->
            <parameter name="GimpExecutable">gimp</parameter>
            <!-- ImageMagick path variables -->
            <parameter name="IMConvert">convert</parameter>
            <parameter name="IMIdentify">identify</parameter>
            <parameter name="IMStream">stream</parameter>
            <!-- global env variables -->
            <parameter name="WorkingDirPath">/opt/nuxeo-server-10.10-tomcat/tmp</parameter>
            <!-- Max Disk cache usage in KB -->
            <parameter name="MaxDiskSpaceUsageForCache">50000</parameter>
            <!-- GC Interval in Minutes -->
            <parameter name="GCInterval">10</parameter>
    
            <!-- Image dimensions threshold tiling activation -->
            <parameter name="WidthThreshold">1200</parameter>
            <parameter name="HeightThreshold">1200</parameter>
          </parameters>
        </environment>
      </extension>